projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6d263
)
(allocate_heap): Define NTHEAP_PROBE_BASE by default.
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Sep 1998 05:25:38 +0000
(
05:25
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Sep 1998 05:25:38 +0000
(
05:25
+0000)
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index 656f94744d3e6adbf7f37e6ba7bfe12978e9778f..8051ce10cb5b98a9c366a896f86c39ebdc937826 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-157,7
+157,8
@@
allocate_heap (void)
unsigned long end = 1 << VALBITS; /* 256MB */
void *ptr = NULL;
-#if NTHEAP_PROBE_BASE /* This is never normally defined */
+#define NTHEAP_PROBE_BASE 1
+#if NTHEAP_PROBE_BASE
/* Try various addresses looking for one the kernel will let us have. */
while (!ptr && (base < end))
{